CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java image processing

搜索资源列表

  1. EasyJShop-SuperLite

    0下载:
  2. 一個簡易的Java影像處理小程式。此站上有另一版的EasyJShop,則是較完整的版本-a simple small Java image processing program. This station is another version of the EasyJShop, is a more complete version
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:50559
    • 提供者:王小明
  1. ij135a-src

    0下载:
  2. ImageJ是一个强大的图像处理与分析工具。ImageJ具有很强的扩展性,其已经有300多个插件可用。ImageJ也可以做为一个图像处理工具包,用于开发applets,servlets或其它应用程序。ImageJ是当前最快的纯Java图像处理程序。它过滤2048x2048的图像只需0.1秒。-ImageJ is a powerful image processing and analysis tools. ImageJ highly scalable, has more than 300 plu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:840518
    • 提供者:maxu
  1. java

    0下载:
  2. 利用JAVA搭建一个数字图像处理的演示平台功能包括:模糊,锐化,变亮,反色,移动-The use of JAVA to build a demonstration of digital image processing platform features include: blurred, sharpen, brighten, and anti-color, mobile
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:2059
    • 提供者:黄志强
  1. image_Processing

    0下载:
  2. java图像处理:灰度变换、直方图均衡、灰度拉伸-java image processing: gray level transformation, histogram equalization, gray stretch
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3068
    • 提供者:gyg
  1. sobel

    0下载:
  2. 简单的java图像处理 实现垂直边缘检测算子 -Java simple image processing to achieve a vertical edge detector
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:672
    • 提供者:liuqing
  1. document

    1下载:
  2. 云计算模式在线图片处理 原理与实现 本文档叙述的是自主研发了一套适用于富客户端的云计算模型,使富客户端模式的程序能够和云计算模式相结合。 富客户端程序综合了C/S架构和B/S架构的优点,解决了B/S架构的弊端,提高了Web应用的用户体验,可以使程序直接在浏览器中运行。云计算是将计算提交至服务器端进行,并可在云端存储数据(云存储),两者结合,可以最大限度的解除程序对客户端硬件设备的依赖。 本系统将上述模型应用于需要海量计算的大图像处理中,是前所未有的,极大的提高了处理效率。
  3. 所属分类:Special Effects

    • 发布日期:2015-04-04
    • 文件大小:1176576
    • 提供者:sunfang
  1. ImageJ1.4.1

    0下载:
  2. 基于java的一个强大的图像处理与分析工具,有大量的开源插件可供下载。目前最高版本为1.4.1,本文件包含imagej1.4.1的源码与doc文档-A powerful java-based image processing and analysis tools, a large number of open source plug-ins available for download. The highest version 1.4.1, this file contains the sour
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:26616603
    • 提供者:zhangji
  1. IMAGEsampling

    0下载:
  2. JAVA数字图像处理,对图像进行采样!图像Miss.jpg为256×256,采样得N值可以是256,128,64,32,16等-JAVA digital image processing, image sampling! Miss.jpg images for 256 × 256, sampling a N value can be 256,128,64,32,16, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:60770
    • 提供者:张峰
  1. Main

    0下载:
  2. 本源码介绍了Java代码进行图象处理的基本方法,并实现了图像边缘探测,图像均衡化,图像灰度化等算法-The Java source code, introduced the basic method of image processing and to achieve the image edge detection, image equalization, images such as gray-scale algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:2865
    • 提供者:chenwenbing
  1. Demo3D

    0下载:
  2. 3D影像處理,對剛學的3D的人有很大幫助喔!-3D image processing, 3D just learned a person of great help喔!
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:233604
    • 提供者:林小世
  1. zhifangtu

    0下载:
  2. 数字图像处理,用JAVA实现数字图像直方图的显示,程序简洁实用-Digital image processing, using JAVA realization of digital image histogram shows that the procedure simple and practical
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:1615
    • 提供者:穷鬼
  1. ImageTest

    0下载:
  2. 图像处理实例, 基本图形操作 -Examples of image processing, basic graphics operation of the basic graphics operations
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-09
    • 文件大小:1090
    • 提供者:Steven
  1. NumberRecognitionSystem

    0下载:
  2. 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能。-In this paper, and design implementation of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:349484
    • 提供者:kongchao
  1. ZoomImageDemo

    0下载:
  2. 上传裁减图片java做的图像处理 支持局部放大和整体放大 还有灰度和对比度调整-From the reduction of the picture image processing java support to do zoom and the overall amplification of local gray-scale and contrast also adjust
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:125783
    • 提供者:oyngchengxu
  1. javapng-2.0-src

    0下载:
  2. JAVA写的PNG图片处理工具。很好很强大。-JAVA write PNG image processing tools. Very very strong.
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1540874
    • 提供者:basten
  1. Painter

    0下载:
  2. 没想到用JAVA还能写出这么一个绘图工具,原来JAVA的图像处理功能也很强,想学习一下的可不要错过哦-JAVA also did not expect to write with such a mapping tool, the original of the image processing functions JAVA strong, you may want to learn Oh, do not miss
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:68148
    • 提供者:xize
  1. ij141o-src

    0下载:
  2. ImageJ 1.41o源代码,功能强大的图像处理软件-ImageJ 1.41o source code, a powerful image processing software
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1115390
    • 提供者:your name
  1. threshold

    0下载:
  2. A java application - processing which can be downloaded free from processing.org Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixe
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:851
    • 提供者:valentin
  1. ImageDemo

    0下载:
  2. 图像处理的简单例子,能够将图片进行灰度处理等。-Simple example of image processing, can be dealt with, such as gray-scale images.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:2374
    • 提供者:alex
  1. Computetgraphicsprocessingalgorithms

    0下载:
  2. 对图像处理进行了比较详细的描述,特别是算法方面的,可以给很多帮助!-Image processing carried out on a more detailed descr iption, in particular algorithms area, can give a lot of help!
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16775568
    • 提供者:huangxin
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com